home *** CD-ROM | disk | FTP | other *** search
- Path: news.rrz.uni-hamburg.de!not-for-mail
- From: 5kroeger@informatik.uni-hamburg.de (Malte Kroeger)
- Newsgroups: comp.lang.c++
- Subject: Re: how to tell cin >> not to stop at a space???
- Date: 31 Jan 1996 12:32:15 GMT
- Organization: University of Hamburg -- Germany
- Message-ID: <4enngf$o78@rzsun02.rrz.uni-hamburg.de>
- References: <4enn9b$o78@rzsun02.rrz.uni-hamburg.de>
- NNTP-Posting-Host: rzdspc132.informatik.uni-hamburg.de
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Malte Kroeger (5kroeger@informatik.uni-hamburg.de) wrote:
- : How can I tell the >>-Operator not to stop after a space when getting
- : input from cin or any other stream. Something like getline.
- try something like flag ws or such.
-
- : Malte Kroeger
-